home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Laboratorio Interattivo Deagostini
/
laboratorio interattivo deagostini.bin
/
swf
/
20704.swf
/
scripts
/
DefineButton2_25
/
BUTTONCONDACTION on(press).as
next >
Wrap
Text File
|
2003-01-07
|
115b
|
7 lines
on(press){
this.xorig = this._x;
this.yorig = this._y;
this.swapDepths(100);
this.startDrag();
}